home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / inplcefx.ctl < prev    next >
Text File  |  2000-05-12  |  613b  |  25 lines

  1. -- RCSVER $Id: inplcefx.ctl,v 1.2 1999-09-20 14:30:18-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        inplcefx.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the inplcefx table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE inplcefx
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     effect,
  18.     descr
  19. )
  20. begindata
  21. -1|Random|
  22. 0|None|
  23. 1|Invert fast|
  24. 2|Flash|
  25.